home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Developer Essentials / DTS Sample Code / Macintosh Sample Code / SCN (MPW) / SCN.024.SoundApp < prev   
Encoding:
Text File  |  1990-05-01  |  1.4 KB  |  34 lines  |  [TEXT/MPS ]

  1. Macintosh
  2. Sample Code Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6. #24:    SoundApp
  7.  
  8. Written by:    Jim Reekes
  9.  
  10. Versions:           1.02                          January 1990
  11.                     1.03                          May 1990
  12.  
  13. Components:         SoundApp.make                 May 1, 1990
  14.                     SoundApp.p                    May 1, 1990
  15.                     SoundApp.r                    May 1, 1990
  16.                     SoundAppSnds.r                May 1, 1990
  17.                     SoundUnit.p                   May 1, 1990
  18. _______________________________________________________________________________
  19.  
  20. This program requires MPW 3.0 or greater to build.  For use with MPW 3.2,
  21. follow the instructions in the "SoundApp.make" file.
  22. _______________________________________________________________________________
  23.  
  24. SoundApp is a sample application for demonstrating the Sound Manager.  It comes
  25. in two parts: SoundApp.p and SoundUnit.p.  SoundApp.p handles the application's
  26. management of memory, errors, user interface, etc.  It requires the use of the
  27. SoundUnit.p to handle all of the sound routines.  SoundUnit code handles the
  28. Sound Manager part of the application.  You can use this stand-alone UNIT in
  29. your own application.
  30.  
  31. Note:  Version 1.02 of SoundApp was released as part of "Phil & Dave's
  32.        Excellent CD:  The Release Version."
  33.  
  34.